[IA64] Fix a bug in set_rse_reg
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 21 Sep 2006 21:34:24 +0000 (15:34 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 21 Sep 2006 21:34:24 +0000 (15:34 -0600)
commitf9716a3cbc042e911a46e53b0225a1354771c249
tree31430c77fbb1bfb374410d2377a9dfba3d8d5c15
parentce5100a405ef4c01617f101f3d68f19e6df5c810
[IA64] Fix a bug in set_rse_reg

When setting rse reg, XEN needs to modify backing store memory.
This operation can't be interrupted, otherwise contents of
stack registers may be destroyed.

Signed-off-by: Anthony Xu <anthony.xu@intel.com>
xen/arch/ia64/linux-xen/unaligned.c